
/*animate*/

*[class*="section-"] {
    opacity: 0;
    transition: opacity 300ms;
}
.section-inner-banner,.page-inner-sec {
    opacity: 1 !important;
}
.view-title {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation:
    typing 3s steps(30, end) forwards,
    blink 0.8s step-end infinite;
}

.contact-info .card:before {animation: roll-in-left 0.9s ease-out both;}
.apply-form app-form-builder .inner-page>div:before {animation: roll-in-left 0.9s ease-out both;}
.view-content ul li:before, .inner-right-contnet ul li:before{animation: roll-in-left 0.9s ease-out both;}
.view-content h3:after, .inner-right-contnet h3:after{animation: roll-in-left 0.9s ease-out both;}


.section-blog-page,.section-team,.section-yearbook {
    opacity: 1 !important;
}

.section-team img.card-img-top{
    border-radius: 50%;
    width: 200px !important;
    height: 200px !important;
    border: 1px solid #eee;
}
.section-team .img-block {
    border-radius: 50%;
    margin: 25px auto 20px auto;
}
.section-team .card {
    padding: 15px;
}

/*end animate*/


.view-img, .news-inner-banner .banner-image {
    display: block;
    height: 250px;
    position: relative;
}

.view-img img, .news-inner-banner .banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.view-img:after, .news-inner-banner .banner-image:after {
    content: "";
    position: absolute;
    background: url(/Resources/1/Innter-banner-tent.webp) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.news-inner-banner .item.carousel-container {
    width: 100%;
}


.inner-banner app-menu-details > .row > .col-md-12 {
    padding: 0;
}

.inner-right-contnet >.row {
    margin: 0;
}

.section-inner-bread-crumbs {
    margin-top: -40px;
    z-index: 0;
    position: relative;
}

.section-inner-bread-crumbs li span {
    color: #fff;
}

.section-inner-bread-crumbs li a:hover span {
    color: #F6D279;
}

.section-inner-bread-crumbs .breadcrumb-item+.breadcrumb-item:before{
     color: #D9A709;
}
.section-inner-bread-crumbs li.breadcrumb-item.active span {
    color: #f4d17e;
}

.section-inner-bread-crumbs .inner-bread-crumbs {
    padding: 0 40px;
}
.section-Inner-page-contnet {padding: 40px 0;
    min-height:300px;
        position: relative;
    /*z-index: 1;*/
}

.section-Inner-page-contnet:before {
   background: url(/Resources/1/triple-feather.webp) no-repeat;
    content: "";
    width: 30%;
    height: calc(100% - 50px);
    left: 0;
    top: 30px;
    position: absolute;
    background-position: top;
    background-size: contain;
    z-index:-1;
}

.section-Inner-page-contnet:after {
    background: url(/Resources/1/triple-feather.webp) no-repeat;
    content: "";
    width: 30%;
    height: calc(100% - 301px);
    right: 0;
    bottom: 0;
    position: fixed;
    background-position: top;
    transform: scaleX(-1);
    z-index: -1;
}

.page-setting-contnet .view-title {
    position: relative;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 35px;
    display: block;
    width: fit-content;
}

.page-setting-contnet .view-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 60px;
    height: 3px;
    display: flex;
    background: #F6D279;
}

.page-setting-contnet .view-content img,.page-setting-contnet .inner-right-contnet img, .page-inner-sec app-paragraph img {
    float: right;
    margin: 0 0 20px 20px;
    width: 40%;
    height: 301px;
    object-fit: cover;
    object-position: center;
        border-radius: 20px;
}

.left-inner-menu {
    border-right: 1px solid #cacaca;
    padding-right:30px;
}

.inner-right-contnet {
    padding-left: 18px !important;
}
.left-inner-menu app-sub-menu>.sub-menu> ul> li >.nav-link.text-truncate {
    font-weight: bold;
    color: initial;
    position: relative;
    margin-left: 15px;
    font-size: 21px;
    padding-top: 0;
    padding-bottom: 30px;
}

.left-inner-menu app-sub-menu>.sub-menu> ul> li >.nav-link.text-truncate:after {
    background: url(/Resources/1/AIS-feather_1.webp) no-repeat;
    width: 16px;
    height: 120%;
    position: absolute;
    content: "";
    left: 0;
    background-size: contain;
    top: 0px;
}

.left-inner-menu .nav-link span {
    color: initial;
}

.left-inner-menu .nav-item {
    padding: 0;
    margin-left: 15px;
}

.left-inner-menu .nav-item.active a,.left-inner-menu .nav-item a:hover {
    background: #fff8e6;
    border-radius: 3px;
    position:relative;
}

.left-inner-menu .nav-item.active a span,.left-inner-menu .nav-item a:hover span {
    color: #D9A709;
}


.left-inner-menu .nav-item a {
    padding: 5px 20px !important;
    cursor: pointer;
}

.left-inner-menu .nav-item.active a:after {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #D9A709;
    right: 6px;
    position: absolute;
    top:5px;
    
}

.section-admission-sec,.section-Footer-content,.section-our-clients,.section-footer-gray{
     z-index: 1;
    position: relative;
}


.section-admission-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;

}

.admission-sec h3 {font-size: 21px;text-align: center;padding-bottom: 30px;position: relative;font-weight: bold;}

.admission-sec h3:after {
    width: 70px;
    height: 3px;
    content: "";
    position: absolute;
    background: #f4d17e;
    bottom: 20px;
    left: calc(50% - 35px);
}

.admission-forms .col-md-4 {
    padding: 0;
}

.admission-forms .card {
    display: flex;
    padding: 25px;
    text-align: center;
    height: 280px;
    justify-content: center;
}

.admission-forms .img-block {
    width: 25%;
    margin: auto;
    margin-bottom: 15px;
    transition: 0.3s;
}

.admission-forms .card-title {
    color: #162238;
    font-weight: bold;
    font-size: 21px;
}

.admission-forms .desc-block {
    color: gray;
    transition: 0.3s;
    opacity: 0;
}

.admission-forms .card:hover .col-md-12 {transform: translateY(-10px);}

.admission-forms .card:hover .desc-block {
    opacity: 1;
}

.admission-forms .card .col-md-12 {transition: 0.3s;}

.admission-forms .card:hover .img-block {
    width: 20%;
}

.admission-forms .col-md-4:nth-child(2) .card {
    background: #FFF1CE;
}



/*gallery*/

.section-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 30px 15px;
    background-color: #f9f9f9;
}
.section-gallery .image-holder {
    flex: 1 1 40%;
    max-width: 500px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 15px;
}
.section-gallery .img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* ib db results */


.content-gallery {
    text-align: center;
        padding: 0;
}

.content-gallery .text-title span {
    display: block;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    margin-top: -5px;
    background: #172237ba;
}

.content-gallery .image-holder {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
      padding: 15px 15px 10px 15px !important;
}

.content-gallery .image-holder:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}


.content-gallery .image-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.content-gallery .image-gallery {
        display: block;
    background-color: white;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 0px 10px #00000073;
    overflow: hidden;
    border-radius: 5px;
    height:310px;
    outline: 3px solid #fff;
    transition: .5s;
}

.content-gallery .text-title {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*board of directors*/

.team{
    padding-top:15px;
}
.team .card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background-color: #fff;
    text-align: center;
    height:100%;
}
.team app-static-article > div > .row > [class^="col-"] {
    margin-bottom: 30px;
}


.team .card-img-top {
    object-fit: cover;
}

.team .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2a2a2a;
}

.team .desc-block {
    padding: 0px 25px 25px;
    color: #d9a716;
}

.team app-static-article > div > .row {
    display: flex;
    justify-content: center;
}

/*Ais Kindergarten*/

.gallery-album  p.thumbnail-text.text-center {
    display: none;
}

.gallery-album .media-box {
    margin-bottom: 10px !important;
    outline: 3px solid #fff;
    transition: .5s;
    overflow: hidden;
    max-width: 100%;
    height: 100% !important;
    border-radius: 5px;
    box-shadow: 1px 4px 4px #00000033;
}

.gallery-album img.card-img-top {
    box-shadow: 1px 1px 5px #00000073;
    outline: 3px solid #fff8e6;
    transition: .5s;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100% !important;
    object-position: top;
}

.gallery-album .media-items {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery-album .media-box:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.gallery-album .media-box:hover {
    cursor: pointer;
}

.sitepath-bar .row {
    align-items: center;
    background: #f7f7f7;
    padding: 5px 0;
    border-radius: 7px;
}
.sitepath-bar ol.breadcrumb {
    margin: 0;
}

/*li content*/
.view-content ul li:before, .inner-right-contnet  ul li:before{
    background: url(/Resources/1/Marker-list.svg) no-repeat;
    content: "";
    left: -10px;
    background-size: contain;
    top: 5px;
    position: relative;
    padding: 0 5px;
    margin-right: 5px;
    margin-left: -16px;
}
::marker {
    font-size: 0;
}

.view-content ul ul li:before, .inner-right-contnet   ul ul li:before {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #D9A709;
    content: "\f192";
    font-size: 5px;
    top: -4px;
}
/* view content table*/


.view-content table, .inner-right-contnet table  {
    width: 100% !important ;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.table-div {
    overflow-x: auto;
    width: 100% !important;
    margin: 40px auto;
    border-collapse: collapse;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #f8f8f8;
}

.view-content thead tr,.inner-right-contnet  thead tr {
    background: #2c3e50;
    color: #fff;
}

.view-content th,
 .view-content td, .inner-right-contnet th, .inner-right-contnet td {
    padding: 12px 16px;
    border: 1px solid #ddd;
}

.view-content tbody tr:nth-child(even), .inner-right-contnet  tbody tr:nth-child(even){
    background: #f4f6f9;
}


/*news page*/

.blog-page .filter {
    margin: 10px -8px 20px -8px;
}

.blog-page .filterItem {
    background: #f7f7f7;
    border-radius: 7px;
    padding: 5px 15px !important;
    cursor: pointer;
}

.blog-page .filterItem:hover {
    background: #fff8e7;
}

.blog-page .active.filterItem {
    background: #ffe8c2;
    border: 1px solid #d6a52e59;
}
.blog-page  .internal-link {
    padding:0 12px;
    display:flex;
}
.blog-page  .internal-link .blog-list-contanir {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #0000000f;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}

.blog-page  .tch-thumbnail {
    position: relative;
    height: 170px;
    width: 100%;
    overflow: hidden;

}

.blog-page .tch-thumbnail img {
    transition: 0.3s;
}

.blog-page  .internal-link:hover .tch-thumbnail img {
    scale: 1.1;
}



.blog-page  .tch-thumbnail .imge {
    height: 100%;
    background: url(/Resources/1/footer-icon-logo.webp) no-repeat, linear-gradient(90deg, rgb(22 34 56) 0%, rgb(22 34 56) 100%), no-repeat;
    background-size: contain;
    background-position: center;
    background-size: contain;
    background-position: center;
    transition: 0.3s;
}

.blog-page .internal-link:hover .tch-thumbnail .imge {
    scale: 1.1;
}

.blog-page  .grid-item {
    color: #162238;
}

.blog-page .gird-item-date {
    position: absolute;
    left: 0;
    background: #f6d279;
    padding: 5px 15px;
    top: 125px;
    border-radius: 0 50px 50px 0;
    font-size:14px;
}

.blog-page .blog-khhdiraip > .row {
    margin: 0 -25px;
}

.blog-page .gird-item-title {
    padding: 15px;
    text-align: center;
}


.blog-page .post-date {
    margin: 0;
}

.blog-page .card-title {
    font-size: 18px;
}

.gallery-album .sitepath-bar {
    display: none;
}

.gallery-album {
    margin-top: 20px;
}



/*photo gallery*/

.media-folder-image, .media-folder {
    position: relative;
    margin-bottom: 30px;
}

.folder-box-image, .folder-box {
    box-shadow: 1px 1px 5px #00000073;
    outline: 3px solid #fff;
    overflow: hidden;
    border-radius: 5px;
    height: 200px;
    outline: 3px solid #fff;
    transition: .5s;
}

.media-folder-image a img, .media-folder a img {
    box-shadow: 1px 1px 4px #0000001a;
    transition: 0.3s;
    background: url(Resources/2/Images-b1.png);
    height: 200px !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px !important;
    position: relative;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
}

.folder-title {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 24px);
}

.folder-title p {
    background: #172237ba;
    border-radius: 0 0 5px 5px;
    color: #fff;
    min-width: 100% !important;
    padding: 10px 15px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.folder-box-image:hover img, .media-box:hover img, .folder-box:hover a {
    transform: scale(1.1);
    transition: 0.3s;
}

.media-folder .folder-box {
    background: url(/Resources/1/footer-icon-logo.webp) no-repeat, linear-gradient(90deg, rgb(22 34 56) 0%, rgb(22 34 56) 100%), no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 40%;
    background-position: center;
    transition: 0.3s;
}

.media-folder:hover .folder-box {
    background-size: 50%;
  
}


.photo-gallery .back-container .back:after {
    content: "Back to folders";
    margin-left: 12px;
    color: #172237;
    font-weight: bolder;
        position: absolute;
            text-wrap: nowrap;
    left: 26px;

}


.photo-gallery .sitepath-bar {
    display: none;
}

.photo-gallery .media-box p.thumbnail-text.text-center {
    display: none;
    
}
.photo-gallery  .media-items {
    margin-bottom: 30px;
}
.photo-gallery .back-container {
   width: fit-content;
    display: flex;
    margin-top: -15px;
    margin-bottom: 15px;
}
.photo-gallery .back {
    cursor: pointer;
     background: #f6d279;
    display: flex;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 13px;
    border-radius: 50px;
        transition: 0.3s;
        position:relative;
}

.photo-gallery .back:hover {
    background: #d9a709;
    box-shadow: 0 0 0 6px #d6a52238;
}
.photo-gallery .back:hover i.folder-icon{
    color:#fff;
}
.photo-gallery i.folder-icon {
       font-size: 13px;
    color: #132f64;
}

.photo-gallery div#gd {
    position: relative;
}
.photo-gallery .sitepath-bar ol.breadcrumb {
    padding-left: 40px;
}


.photo-gallery ol.breadcrumb li.text-info {
    color: #d6a52e !important;
    cursor: pointer;
}

.photo-gallery ol.breadcrumb li.text-info:hover {
    color: #f4d17e !important;
}

.photo-gallery .fa-reply:before {
    content: "\f104";
}


.photo-gallery .media-box {
    box-shadow: 1px 1px 5px #00000073;
    overflow: hidden;
    border-radius: 5px;
    height: 150px;
    outline: 3px solid #fff;
    transition: .5s;
}

.photo-gallery .media-box img {
    height: 150px;
    object-fit: cover;
}


a.w-100 {
    width: 100%;
    height: 100%;
}

.media-folder .folder-box i {
    display: none;
}

/*Book a tour*/

.school-view iframe {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.school-view .highlight-box.active {
    background-color: #F6D279;
}
.school-view .highlight-box:hover {
    background-color: #d6a522;
}

.school-view #tour-progress .progress-bar div.active {
    background: #F6D279 !important;
}

.school-view .nova-icon {
    color: #F6D279;
}

/*yearbook*/

.yearbook .tch-thumbnail {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}

.yearbook .tch-thumbnail {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
    object-fit: contain !important;
    overflow: hidden !important;
    text-align: center;
    padding: 5px;
    position: relative;
    display: block;
    background: #18355e14 url(/Resources/2/eska-logo.png) center !important;
    background-repeat: no-repeat;
}

.yearbook mat-grid-list .tch-thumbnail:before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 600;
    z-index: 999;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    color: #d9a716;
    font-size: 35px;
}
.yearbook .tch-thumbnail:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    
}
.yearbook  a:hover {
    color: #d9a716;
}
.yearbook a {
    margin-bottom: 40px !important;
}

.yearbook mat-grid-list .tch-thumbnail:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(180deg);
}
.yearbook a mat-grid-list .tch-thumbnail:hover:after {
    transform: translate(-50%, -50%) scale(7);
}
.yearbook  a .tch-thumbnail:hover:after {
    background-color: #162238;
    opacity: 0.8;
}

.yearbook  .gird-item-thumbnail {
    justify-content: center;
}
.yearbook  .blog-block.gird-item-title {
    justify-content: center;
    padding-top: 10px;
}

.yearbook  span.card-title {
    color: #18355e;
    font-size: 18px;
}

.yearbook a:hover span.card-title {
    color: #d9a716;
}
.yearbook .container-fluid {
    padding: 0;
}

.section-video-gallery, .section-photo-gallery {
    opacity: 1 !important;
}

.aims-images img, .task-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius:30px;
    position:relative;

}

.student-aims li {
    text-align: justify;
}

.student-aims {
    margin-bottom: 50px;
}

.aims-images figure {
    padding-left: 30px;
}

.task-image figure {
    padding-right: 30px;
}
.facility-image .img-section- {
    opacity:1 !important;
}


.facility-image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 170px 160px 6px 6px;
}
.facility-image figure{
     position: relative;
}
.facility-image figure:after {
    height: 200px;
    width: 100%;
    bottom: 0;
    position: absolute;
    content: "";
        background: linear-gradient(to top, #d9a709d4, #d9a70900);
    font-family: "Birthstone", cursive;
    font-weight: 400;
    font-style: normal;
}

.facility-text {
    padding: 0 30px;
    margin-top: -10px;
    position: relative;
    text-shadow: 1px 1px 7px #ffffff;
    text-align: start;
    padding-top: 30px;
}

.facility-text p {
    text-align: start;
    text-align: justify;
}


.facility-text:before {
    font-size: 59px;
    content: "\f2e7";
    position: absolute;
    font-family: 'FontAwesome';
    background: #fff;
    width: 240px;
    height: 110px;
    border-radius: 150px 150px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -116px;
    box-shadow: 0px -3px 6px 2px #0000006b;
    color: #172237;
    text-shadow: 3px 0 0px #F6D279;
    left: calc(50% - 120px);
    padding-top: 15px;
}

.facility-text:after {
    content: " ";
   top: -64px;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    text-align: center;
    color: #d6a522;
    font-size: 41px;
    text-shadow: 0px 0px 1px #000000;
    font-family: "Praise", cursive;
    font-weight: 400;
    font-style: normal;
    transform: rotate(350deg);
}

.cafeteria .facility-text:after{
     content: "Cafeteria";
}

.cafeteria .facility-text:before{
    content: "\f2e7";
}

.counselling .facility-text:after{
     content: "Counselling";
}

.counselling .facility-text:before{
    content: "\e53d";
}

.tech-info .facility-text:after{
     content: "Information Technology";
}

.tech-info .facility-text:before{
    content: "\f2db";
}


.library .facility-text:after{
     content: "Library";
}

.library .facility-text:before{
    content: "\f02d";
}


.medical .facility-text:after{
     content: "Medical";
}

.medical .facility-text:before{
    content: "\f0f1";
}

.theater .facility-text:after{
     content: "Theater";
}

.theater .facility-text:before{
    content: "\f630";
}

.section-cafeteria, .section-counselling, .section-tech-info, .section-library, .section-medical, .section-theater {
    opacity: 1;
}

@media (max-width:1024px){
    
.left-inner-menu {
    display:none
}

.inner-right-contnet {
    width: 100%;
    padding-left: 0 !important;
}

.page-setting-contnet .view-content img,.page-setting-contnet .inner-right-contnet img {
    width: 100% !important;
        float: none !important;
        margin: 15px 0 !important;
        padding: 0;
}

.admission-forms .card .img-block {
    width: 20%;
}

.admission-forms .card .desc-block {
    opacity: 1;
}
.section-Inner-page-contnet:before{
    display:none;
}

.view-img, .news-inner-banner .banner-image{
    height:170px;
}
}


@media (max-width:768px){
    .admission-forms .col-md-4 {
    width: 100%;
}

.coming-soon h4 {
    font-size: 50px;
}

.coming-soon img {
    width: 80%;
}

.photo-gallery .media-items,.media-folder-image, .media-folder,.video-gallery .image-holder {
    width: 50%;
}


}
@media (max-width:576px) {
    .section-inner-bread-crumbs, .section-Inner-page-contnet{
padding:0 15px
    
}

 .section-Inner-page-contnet{
     padding-top:30px ;
     padding-bottom:30px
 }
 
 .admission-forms .card-title {
    font-size: 18px;
}


.admission-forms .card {
    height: fit-content;
    padding: 30px 15px;
}

.admission-forms .card .img-block{
    width: 30%;
}

.section-inner-bread-crumbs {
    margin-top: -70px;
}


ol.breadcrumb {
    display: flex;
    justify-content: center;
}

.section-Inner-page-contnet {
    padding-top: 60px;
}

.photo-gallery .media-items,.media-folder-image, .media-folder, .video-gallery .image-holder {
    width: 100%;
}
}